Html Css Color HEX #EDB708 Selective Yellow

📋 copy color: '#EDB708'

red 237 ◦ green 183 ◦ blue 8

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

Shades of Selective Yellow #EDB708

Tints of Selective Yellow #EDB708

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.76%

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

R = 55.37%
G = 42.76%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDB708 (or 0xEDB708) is known color: Selective Yellow. HEX triplet: ED, B7 and 08. RGB value is (237,183,8). Sum of RGB (Red+Green+Blue) = 237+183+8=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB708 is #1248F7. Grayscale: #B3B3B3. Windows color (decimal): -1198328 or 571373. OLE color: 571373.

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

Color convert

RGB 237 183 8 -
CMYK 0 0.23 0.97 0.07
HSL 45.85º 0.93% 0.48% -
HSV(B) 45.85º 0.97% 0.93% -
XYZ 51.9 51.89 7.51 -
YUV 179.2 31.39 169.23 -
System Red Green Blue C M Y K H S L
Decimal 237 183 8 0 0.23 0.97 0.07 45.85 0.93 0.48
Hex ED B7 8 0 17 61 7 2E 5D 30
Octal 355 267 10 0 27 141 7 56 135 60
Binary 11101101 10110111 1000 0 10111 1100001 111 101110 1011101 110000

Color Harmonies of #EDB708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB708

Black with #EDB708

Text Example


Text Example

White with #EDB708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB708; }

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

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

background-color css

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

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

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

border-color css

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

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

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