Html Css Color HEX #EDD80E School Bus Yellow

📋 copy color: '#EDD80E'

red 237 ◦ green 216 ◦ blue 14

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

Shades of School Bus Yellow #EDD80E

Tints of School Bus Yellow #EDD80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3%

R = 50.75%
G = 46.25%
B = 3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDD80E (or 0xEDD80E) is known color: School Bus Yellow. HEX triplet: ED, D8 and 0E. RGB value is (237,216,14). Sum of RGB (Red+Green+Blue) = 237+216+14=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD80E is #1227F1. Grayscale: #C8C8C8. Windows color (decimal): -1189874 or 973037. OLE color: 973037.

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

Color convert

RGB 237 216 14 -
CMYK 0 0.09 0.94 0.07
HSL 54.35º 0.89% 0.49% -
HSV(B) 54.35º 0.94% 0.93% -
XYZ 59.56 67.15 10.24 -
YUV 199.25 23.46 154.93 -
System Red Green Blue C M Y K H S L
Decimal 237 216 14 0 0.09 0.94 0.07 54.35 0.89 0.49
Hex ED D8 E 0 9 5E 7 36 59 31
Octal 355 330 16 0 11 136 7 66 131 61
Binary 11101101 11011000 1110 0 1001 1011110 111 110110 1011001 110001

Color Harmonies of #EDD80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD80E

Black with #EDD80E

Text Example


Text Example

White with #EDD80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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