Html Css Color HEX #EDB108 Selective Yellow

📋 copy color: '#EDB108'

red 237 ◦ green 177 ◦ blue 8

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

Shades of Selective Yellow #EDB108

Tints of Selective Yellow #EDB108

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.94%

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

R = 56.16%
G = 41.94%
B = 1.9%

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

#EDB108 (or 0xEDB108) is known color: Selective Yellow. HEX triplet: ED, B1 and 08. RGB value is (237,177,8). Sum of RGB (Red+Green+Blue) = 237+177+8=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB108 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB108 is #124EF7. Grayscale: #B0B0B0. Windows color (decimal): -1199864 or 569837. OLE color: 569837.

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

Color convert

RGB 237 177 8 -
CMYK 0 0.25 0.97 0.07
HSL 44.28º 0.93% 0.48% -
HSV(B) 44.28º 0.97% 0.93% -
XYZ 50.69 49.47 7.11 -
YUV 175.67 33.38 171.74 -
System Red Green Blue C M Y K H S L
Decimal 237 177 8 0 0.25 0.97 0.07 44.28 0.93 0.48
Hex ED B1 8 0 19 61 7 2C 5D 30
Octal 355 261 10 0 31 141 7 54 135 60
Binary 11101101 10110001 1000 0 11001 1100001 111 101100 1011101 110000

Color Harmonies of #EDB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB108

Black with #EDB108

Text Example


Text Example

White with #EDB108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB108; }

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

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

background-color css

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

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

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

border-color css

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

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

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