Html Css Color HEX #EDB208 Selective Yellow

📋 copy color: '#EDB208'

red 237 ◦ green 178 ◦ blue 8

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

Shades of Selective Yellow #EDB208

Tints of Selective Yellow #EDB208

RGB

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

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

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

R = 56.03%
G = 42.08%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDB208 (or 0xEDB208) is known color: Selective Yellow. HEX triplet: ED, B2 and 08. RGB value is (237,178,8). Sum of RGB (Red+Green+Blue) = 237+178+8=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB208 is #124DF7. Grayscale: #B1B1B1. Windows color (decimal): -1199608 or 570093. OLE color: 570093.

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

Color convert

RGB 237 178 8 -
CMYK 0 0.25 0.97 0.07
HSL 44.54º 0.93% 0.48% -
HSV(B) 44.54º 0.97% 0.93% -
XYZ 50.89 49.86 7.17 -
YUV 176.26 33.05 171.32 -
System Red Green Blue C M Y K H S L
Decimal 237 178 8 0 0.25 0.97 0.07 44.54 0.93 0.48
Hex ED B2 8 0 19 61 7 2D 5D 30
Octal 355 262 10 0 31 141 7 55 135 60
Binary 11101101 10110010 1000 0 11001 1100001 111 101101 1011101 110000

Color Harmonies of #EDB208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB208

Black with #EDB208

Text Example


Text Example

White with #EDB208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB208; }

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

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

background-color css

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

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

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

border-color css

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

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

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