Html Css Color HEX #EDB204 Selective Yellow

📋 copy color: '#EDB204'

red 237 ◦ green 178 ◦ blue 4

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

Shades of Selective Yellow #EDB204

Tints of Selective Yellow #EDB204

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

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

R = 56.56%
G = 42.48%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDB204 (or 0xEDB204) is known color: Selective Yellow. HEX triplet: ED, B2 and 04. RGB value is (237,178,4). Sum of RGB (Red+Green+Blue) = 237+178+4=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB204 is #124DFB. Grayscale: #B0B0B0. Windows color (decimal): -1199612 or 307949. OLE color: 307949.

HSL color Cylindrical-coordinate representation of color #EDB204: hue angle of 44.81º 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 #EDB204 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 4 -
CMYK 0 0.25 0.98 0.07
HSL 44.81º 0.97% 0.47% -
HSV(B) 44.81º 0.98% 0.93% -
XYZ 50.87 49.85 7.06 -
YUV 175.81 31.05 171.65 -
System Red Green Blue C M Y K H S L
Decimal 237 178 4 0 0.25 0.98 0.07 44.81 0.97 0.47
Hex ED B2 4 0 19 62 7 2D 61 2F
Octal 355 262 4 0 31 142 7 55 141 57
Binary 11101101 10110010 100 0 11001 1100010 111 101101 1100001 101111

Color Harmonies of #EDB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB204

Black with #EDB204

Text Example


Text Example

White with #EDB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB204; }

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

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

background-color css

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

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

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

border-color css

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

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

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