Html Css Color HEX #EDD608 School Bus Yellow

📋 copy color: '#EDD608'

red 237 ◦ green 214 ◦ blue 8

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

Shades of School Bus Yellow #EDD608

Tints of School Bus Yellow #EDD608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.62%

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

R = 51.63%
G = 46.62%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDD608 (or 0xEDD608) is known color: School Bus Yellow. HEX triplet: ED, D6 and 08. RGB value is (237,214,8). Sum of RGB (Red+Green+Blue) = 237+214+8=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD608 is #1229F7. Grayscale: #C6C6C6. Windows color (decimal): -1190392 or 579309. OLE color: 579309.

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

Color convert

RGB 237 214 8 -
CMYK 0 0.10 0.97 0.07
HSL 53.97º 0.93% 0.48% -
HSV(B) 53.97º 0.97% 0.93% -
XYZ 59.02 66.12 9.88 -
YUV 197.39 21.12 156.25 -
System Red Green Blue C M Y K H S L
Decimal 237 214 8 0 0.10 0.97 0.07 53.97 0.93 0.48
Hex ED D6 8 0 A 61 7 36 5D 30
Octal 355 326 10 0 12 141 7 66 135 60
Binary 11101101 11010110 1000 0 1010 1100001 111 110110 1011101 110000

Color Harmonies of #EDD608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD608

Black with #EDD608

Text Example


Text Example

White with #EDD608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD608; }

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

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

background-color css

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

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

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

border-color css

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

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

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