Html Css Color HEX #EDD809 School Bus Yellow

📋 copy color: '#EDD809'

red 237 ◦ green 216 ◦ blue 9

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

Shades of School Bus Yellow #EDD809

Tints of School Bus Yellow #EDD809

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.75%

 BLUE value IS 9 (3.91% from 255) = 1.95%

R = 51.3%
G = 46.75%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDD809 (or 0xEDD809) is known color: School Bus Yellow. HEX triplet: ED, D8 and 09. RGB value is (237,216,9). Sum of RGB (Red+Green+Blue) = 237+216+9=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 9 (3.91% from 255 or 1.95% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD809 is #1227F6. Grayscale: #C7C7C7. Windows color (decimal): -1189879 or 645357. OLE color: 645357.

HSL color Cylindrical-coordinate representation of color #EDD809: hue angle of 54.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDD809 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 9 -
CMYK 0 0.09 0.96 0.07
HSL 54.47º 0.93% 0.48% -
HSV(B) 54.47º 0.96% 0.93% -
XYZ 59.53 67.14 10.08 -
YUV 198.68 20.96 155.33 -
System Red Green Blue C M Y K H S L
Decimal 237 216 9 0 0.09 0.96 0.07 54.47 0.93 0.48
Hex ED D8 9 0 9 60 7 36 5D 30
Octal 355 330 11 0 11 140 7 66 135 60
Binary 11101101 11011000 1001 0 1001 1100000 111 110110 1011101 110000

Color Harmonies of #EDD809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD809

Black with #EDD809

Text Example


Text Example

White with #EDD809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD809; }

 p { color: rgb(237,216,9); }

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

background-color css

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

 a { background-color: rgb(237,216,9); }

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

border-color css

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

 span { border-color: rgb(237,216,9); }

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