Html Css Color HEX #EDB008 Selective Yellow

📋 copy color: '#EDB008'

red 237 ◦ green 176 ◦ blue 8

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

Shades of Selective Yellow #EDB008

Tints of Selective Yellow #EDB008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.9%

R = 56.29%
G = 41.81%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDB008 (or 0xEDB008) is known color: Selective Yellow. HEX triplet: ED, B0 and 08. RGB value is (237,176,8). Sum of RGB (Red+Green+Blue) = 237+176+8=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB008 is #124FF7. Grayscale: #AFAFAF. Windows color (decimal): -1200120 or 569581. OLE color: 569581.

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

Color convert

RGB 237 176 8 -
CMYK 0 0.26 0.97 0.07
HSL 44.02º 0.93% 0.48% -
HSV(B) 44.02º 0.97% 0.93% -
XYZ 50.49 49.07 7.04 -
YUV 175.09 33.71 172.16 -
System Red Green Blue C M Y K H S L
Decimal 237 176 8 0 0.26 0.97 0.07 44.02 0.93 0.48
Hex ED B0 8 0 1A 61 7 2C 5D 30
Octal 355 260 10 0 32 141 7 54 135 60
Binary 11101101 10110000 1000 0 11010 1100001 111 101100 1011101 110000

Color Harmonies of #EDB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB008

Black with #EDB008

Text Example


Text Example

White with #EDB008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB008; }

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

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

background-color css

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

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

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

border-color css

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

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

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