Html Css Color HEX #EDB004 Selective Yellow

📋 copy color: '#EDB004'

red 237 ◦ green 176 ◦ blue 4

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

Shades of Selective Yellow #EDB004

Tints of Selective Yellow #EDB004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 56.83%
G = 42.21%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDB004 (or 0xEDB004) is known color: Selective Yellow. HEX triplet: ED, B0 and 04. RGB value is (237,176,4). Sum of RGB (Red+Green+Blue) = 237+176+4=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB004 is #124FFB. Grayscale: #AFAFAF. Windows color (decimal): -1200124 or 307437. OLE color: 307437.

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

Color convert

RGB 237 176 4 -
CMYK 0 0.26 0.98 0.07
HSL 44.29º 0.97% 0.47% -
HSV(B) 44.29º 0.98% 0.93% -
XYZ 50.47 49.06 6.92 -
YUV 174.63 31.71 172.49 -
System Red Green Blue C M Y K H S L
Decimal 237 176 4 0 0.26 0.98 0.07 44.29 0.97 0.47
Hex ED B0 4 0 1A 62 7 2C 61 2F
Octal 355 260 4 0 32 142 7 54 141 57
Binary 11101101 10110000 100 0 11010 1100010 111 101100 1100001 101111

Color Harmonies of #EDB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB004

Black with #EDB004

Text Example


Text Example

White with #EDB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB004; }

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

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

background-color css

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

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

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

border-color css

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

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

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