Html Css Color HEX #EDB003 Selective Yellow

📋 copy color: '#EDB003'

red 237 ◦ green 176 ◦ blue 3

#EDB003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #EDB003

Tints of Selective Yellow #EDB003

RGB

 RED value IS 237 (92.97% from 255) = 56.97%

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 56.97%
G = 42.31%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDB003 (or 0xEDB003) is known color: Selective Yellow. HEX triplet: ED, B0 and 03. RGB value is (237,176,3). Sum of RGB (Red+Green+Blue) = 237+176+3=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB003 is #124FFC. Grayscale: #AFAFAF. Windows color (decimal): -1200125 or 241901. OLE color: 241901.

HSL color Cylindrical-coordinate representation of color #EDB003: hue angle of 44.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDB003 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 3 -
CMYK 0 0.26 0.99 0.07
HSL 44.36º 0.98% 0.47% -
HSV(B) 44.36º 0.99% 0.93% -
XYZ 50.47 49.06 6.9 -
YUV 174.52 31.21 172.57 -
System Red Green Blue C M Y K H S L
Decimal 237 176 3 0 0.26 0.99 0.07 44.36 0.98 0.47
Hex ED B0 3 0 1A 63 7 2C 62 2F
Octal 355 260 3 0 32 143 7 54 142 57
Binary 11101101 10110000 11 0 11010 1100011 111 101100 1100010 101111

Color Harmonies of #EDB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB003

Black with #EDB003

Text Example


Text Example

White with #EDB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB003; }

 p { color: rgb(237,176,3); }

 H1.HeaderClassName
 {
   color: #EDB003;
 }
 .AnyTagClassName
 {
   color: #EDB003;
 }
</style>

background-color css

<style>
 a { background-color: #EDB003; }

 a { background-color: rgb(237,176,3); }

 div.DivClassName
 {
   background-color: #EDB003;
 }
 .BgClassName
 {
   background-color: #EDB003;
 }
</style>

border-color css

<style>
 span { border-color: #EDB003; }

 span { border-color: rgb(237,176,3); }

 td.TdClassName
 {
   border-color: #EDB003;
 }
 .TagClassName
 {
   border-color: #EDB003;
 }
</style>