Html Css Color HEX #EDD80C School Bus Yellow

📋 copy color: '#EDD80C'

red 237 ◦ green 216 ◦ blue 12

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

Shades of School Bus Yellow #EDD80C

Tints of School Bus Yellow #EDD80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 50.97%
G = 46.45%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDD80C (or 0xEDD80C) is known color: School Bus Yellow. HEX triplet: ED, D8 and 0C. RGB value is (237,216,12). Sum of RGB (Red+Green+Blue) = 237+216+12=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD80C is #1227F3. Grayscale: #C7C7C7. Windows color (decimal): -1189876 or 841965. OLE color: 841965.

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

Color convert

RGB 237 216 12 -
CMYK 0 0.09 0.95 0.07
HSL 54.4º 0.9% 0.49% -
HSV(B) 54.4º 0.95% 0.93% -
XYZ 59.55 67.14 10.17 -
YUV 199.02 22.46 155.09 -
System Red Green Blue C M Y K H S L
Decimal 237 216 12 0 0.09 0.95 0.07 54.4 0.9 0.49
Hex ED D8 C 0 9 5F 7 36 5A 31
Octal 355 330 14 0 11 137 7 66 132 61
Binary 11101101 11011000 1100 0 1001 1011111 111 110110 1011010 110001

Color Harmonies of #EDD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD80C

Black with #EDD80C

Text Example


Text Example

White with #EDD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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