Html Css Color HEX #EDB308 Selective Yellow

📋 copy color: '#EDB308'

red 237 ◦ green 179 ◦ blue 8

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

Shades of Selective Yellow #EDB308

Tints of Selective Yellow #EDB308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

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

R = 55.9%
G = 42.22%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDB308 (or 0xEDB308) is known color: Selective Yellow. HEX triplet: ED, B3 and 08. RGB value is (237,179,8). Sum of RGB (Red+Green+Blue) = 237+179+8=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB308 is #124CF7. Grayscale: #B1B1B1. Windows color (decimal): -1199352 or 570349. OLE color: 570349.

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

Color convert

RGB 237 179 8 -
CMYK 0 0.24 0.97 0.07
HSL 44.8º 0.93% 0.48% -
HSV(B) 44.8º 0.97% 0.93% -
XYZ 51.09 50.26 7.24 -
YUV 176.85 32.72 170.9 -
System Red Green Blue C M Y K H S L
Decimal 237 179 8 0 0.24 0.97 0.07 44.8 0.93 0.48
Hex ED B3 8 0 18 61 7 2D 5D 30
Octal 355 263 10 0 30 141 7 55 135 60
Binary 11101101 10110011 1000 0 11000 1100001 111 101101 1011101 110000

Color Harmonies of #EDB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB308

Black with #EDB308

Text Example


Text Example

White with #EDB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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