Html Css Color HEX #EFDA01 School Bus Yellow

📋 copy color: '#EFDA01'

red 239 ◦ green 218 ◦ blue 1

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

Shades of School Bus Yellow #EFDA01

Tints of School Bus Yellow #EFDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.6%

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

R = 52.18%
G = 47.6%
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

#EFDA01 (or 0xEFDA01) is known color: School Bus Yellow. HEX triplet: EF, DA and 01. RGB value is (239,218,1). Sum of RGB (Red+Green+Blue) = 239+218+1=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA01 is #1025FE. Grayscale: #C8C8C8. Windows color (decimal): -1058303 or 121583. OLE color: 121583.

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

Color convert

RGB 239 218 1 -
CMYK 0 0.09 1.00 0.06
HSL 54.71º 0.99% 0.47% -
HSV(B) 54.71º 1% 0.94% -
XYZ 60.67 68.5 10.05 -
YUV 199.54 15.96 156.14 -
System Red Green Blue C M Y K H S L
Decimal 239 218 1 0 0.09 1.00 0.06 54.71 0.99 0.47
Hex EF DA 1 0 9 64 6 37 63 2F
Octal 357 332 1 0 11 144 6 67 143 57
Binary 11101111 11011010 1 0 1001 1100100 110 110111 1100011 101111

Color Harmonies of #EFDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA01

Black with #EFDA01

Text Example


Text Example

White with #EFDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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