Html Css Color HEX #EFD70A School Bus Yellow

📋 copy color: '#EFD70A'

red 239 ◦ green 215 ◦ blue 10

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

Shades of School Bus Yellow #EFD70A

Tints of School Bus Yellow #EFD70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.16%

R = 51.51%
G = 46.34%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFD70A (or 0xEFD70A) is known color: School Bus Yellow. HEX triplet: EF, D7 and 0A. RGB value is (239,215,10). Sum of RGB (Red+Green+Blue) = 239+215+10=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD70A is #1028F5. Grayscale: #C7C7C7. Windows color (decimal): -1059062 or 710639. OLE color: 710639.

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

Color convert

RGB 239 215 10 -
CMYK 0 0.10 0.96 0.06
HSL 53.71º 0.92% 0.49% -
HSV(B) 53.71º 0.96% 0.94% -
XYZ 59.95 66.97 10.05 -
YUV 198.81 21.45 156.67 -
System Red Green Blue C M Y K H S L
Decimal 239 215 10 0 0.10 0.96 0.06 53.71 0.92 0.49
Hex EF D7 A 0 A 60 6 36 5C 31
Octal 357 327 12 0 12 140 6 66 134 61
Binary 11101111 11010111 1010 0 1010 1100000 110 110110 1011100 110001

Color Harmonies of #EFD70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD70A

Black with #EFD70A

Text Example


Text Example

White with #EFD70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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