Html Css Color HEX #EFD70E School Bus Yellow

📋 copy color: '#EFD70E'

red 239 ◦ green 215 ◦ blue 14

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

Shades of School Bus Yellow #EFD70E

Tints of School Bus Yellow #EFD70E

RGB

 RED value IS 239 (93.75% from 255) = 51.07%

 GREEN value IS 215 (84.38% from 255) = 45.94%

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

R = 51.07%
G = 45.94%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFD70E (or 0xEFD70E) is known color: School Bus Yellow. HEX triplet: EF, D7 and 0E. RGB value is (239,215,14). Sum of RGB (Red+Green+Blue) = 239+215+14=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD70E is #1028F1. Grayscale: #C8C8C8. Windows color (decimal): -1059058 or 972783. OLE color: 972783.

HSL color Cylindrical-coordinate representation of color #EFD70E: hue angle of 53.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFD70E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 14 -
CMYK 0 0.10 0.94 0.06
HSL 53.6º 0.89% 0.5% -
HSV(B) 53.6º 0.94% 0.94% -
XYZ 59.98 66.98 10.18 -
YUV 199.26 23.45 156.34 -
System Red Green Blue C M Y K H S L
Decimal 239 215 14 0 0.10 0.94 0.06 53.6 0.89 0.5
Hex EF D7 E 0 A 5E 6 36 59 32
Octal 357 327 16 0 12 136 6 66 131 62
Binary 11101111 11010111 1110 0 1010 1011110 110 110110 1011001 110010

Color Harmonies of #EFD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD70E

Black with #EFD70E

Text Example


Text Example

White with #EFD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD70E; }

 p { color: rgb(239,215,14); }

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

background-color css

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

 a { background-color: rgb(239,215,14); }

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

border-color css

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

 span { border-color: rgb(239,215,14); }

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