#EFD802

Color #EFD802 School Bus Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of School Bus Yellow #EFD802

Tints of School Bus Yellow #EFD802

Color information

#EFD802 (or 0xEFD802) is unknown color: approx School Bus Yellow. HEX triplet: EF, D8 and 02. RGB value is (239,216,2). Sum of RGB (Red+Green+Blue) = 239+216+2=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD802 is #1027FD. Grayscale: #C7C7C7. Windows color (decimal): -1058814 or 186607. OLE color: 186607.

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

Color convert

RGB2392162-
CMYK00.100.990.06
HSL54.18º98.34%47.25%-
HSV(B)54.18º99.16%93.73%-
XYZ60.1667.479.91-
YUV198.4817.12156.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 216 (84.77% from 255) = 47.26%
BLUE value IS 2 (1.17% from 255) = 0.44%
R=52.30%
G=47.26%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239216200.100.990.0654.1898.3447.25
HexEFD820A63636622f
Octal357330201214366614257
Binary1110111111011000100101011000111101101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD802; }

 p { color: rgb(239,216,2); }

 H1.HeaderClassName
 {
   color: #EFD802;
 }
 .AnyTagClassName
 {
   color: #EFD802;
 }
</style>
background-color css

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

 a { background-color: rgb(239,216,2); }

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

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

 span { border-color: rgb(239,216,2); }

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