Html Css Color HEX #EFD901 School Bus Yellow

📋 copy color: '#EFD901'

red 239 ◦ green 217 ◦ blue 1

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

Shades of School Bus Yellow #EFD901

Tints of School Bus Yellow #EFD901

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.48%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.3%
G = 47.48%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD901 (or 0xEFD901) is known color: School Bus Yellow. HEX triplet: EF, D9 and 01. RGB value is (239,217,1). Sum of RGB (Red+Green+Blue) = 239+217+1=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD901 is #1026FE. Grayscale: #C7C7C7. Windows color (decimal): -1058559 or 121327. OLE color: 121327.

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

Color convert

RGB 239 217 1 -
CMYK 0 0.09 1.00 0.06
HSL 54.45º 0.99% 0.47% -
HSV(B) 54.45º 1% 0.94% -
XYZ 60.41 67.98 9.97 -
YUV 198.95 16.29 156.56 -
System Red Green Blue C M Y K H S L
Decimal 239 217 1 0 0.09 1.00 0.06 54.45 0.99 0.47
Hex EF D9 1 0 9 64 6 36 63 2F
Octal 357 331 1 0 11 144 6 66 143 57
Binary 11101111 11011001 1 0 1001 1100100 110 110110 1100011 101111

Color Harmonies of #EFD901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD901

Black with #EFD901

Text Example


Text Example

White with #EFD901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD901; }

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

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

background-color css

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

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

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

border-color css

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

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

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