Html Css Color HEX #EDB604 Selective Yellow

📋 copy color: '#EDB604'

red 237 ◦ green 182 ◦ blue 4

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

Shades of Selective Yellow #EDB604

Tints of Selective Yellow #EDB604

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

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

R = 56.03%
G = 43.03%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDB604 (or 0xEDB604) is known color: Selective Yellow. HEX triplet: ED, B6 and 04. RGB value is (237,182,4). Sum of RGB (Red+Green+Blue) = 237+182+4=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB604 is #1249FB. Grayscale: #B2B2B2. Windows color (decimal): -1198588 or 308973. OLE color: 308973.

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

Color convert

RGB 237 182 4 -
CMYK 0 0.23 0.98 0.07
HSL 45.84º 0.97% 0.47% -
HSV(B) 45.84º 0.98% 0.93% -
XYZ 51.67 51.47 7.33 -
YUV 178.15 29.72 169.97 -
System Red Green Blue C M Y K H S L
Decimal 237 182 4 0 0.23 0.98 0.07 45.84 0.97 0.47
Hex ED B6 4 0 17 62 7 2E 61 2F
Octal 355 266 4 0 27 142 7 56 141 57
Binary 11101101 10110110 100 0 10111 1100010 111 101110 1100001 101111

Color Harmonies of #EDB604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB604

Black with #EDB604

Text Example


Text Example

White with #EDB604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB604; }

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

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

background-color css

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

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

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

border-color css

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

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

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