#EFD903

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

Shades of School Bus Yellow #EFD903

Tints of School Bus Yellow #EFD903

Color information

#EFD903 (or 0xEFD903) is unknown color: approx School Bus Yellow. HEX triplet: EF, D9 and 03. RGB value is (239,217,3). Sum of RGB (Red+Green+Blue) = 239+217+3=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD903 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD903 is #1026FC. Grayscale: #C8C8C8. Windows color (decimal): -1058557 or 252399. OLE color: 252399.

HSL color Cylindrical-coordinate representation of color #EFD903: hue angle of 54.41º 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 #EFD903 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB2392173-
CMYK00.090.990.06
HSL54.41º97.52%47.45%-
HSV(B)54.41º98.74%93.73%-
XYZ60.4367.9810.02-
YUV199.1817.29156.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 217 (85.16% from 255) = 47.28%
BLUE value IS 3 (1.56% from 255) = 0.65%
R=52.07%
G=47.28%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239217300.090.990.0654.4197.5247.45
HexEFD930963636622f
Octal357331301114366614257
Binary1110111111011001110100111000111101101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD903; }

 p { color: rgb(239,217,3); }

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

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

 a { background-color: rgb(239,217,3); }

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

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

 span { border-color: rgb(239,217,3); }

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