Html Css Color HEX #EFDA07 School Bus Yellow

📋 copy color: '#EFDA07'

red 239 ◦ green 218 ◦ blue 7

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

Shades of School Bus Yellow #EFDA07

Tints of School Bus Yellow #EFDA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 51.51%
G = 46.98%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFDA07 (or 0xEFDA07) is known color: School Bus Yellow. HEX triplet: EF, DA and 07. RGB value is (239,218,7). Sum of RGB (Red+Green+Blue) = 239+218+7=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDA07 is #1025F8. Grayscale: #C9C9C9. Windows color (decimal): -1058297 or 514799. OLE color: 514799.

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

Color convert

RGB 239 218 7 -
CMYK 0 0.09 0.97 0.06
HSL 54.57º 0.94% 0.48% -
HSV(B) 54.57º 0.97% 0.94% -
XYZ 60.71 68.51 10.22 -
YUV 200.23 18.96 155.66 -
System Red Green Blue C M Y K H S L
Decimal 239 218 7 0 0.09 0.97 0.06 54.57 0.94 0.48
Hex EF DA 7 0 9 61 6 37 5E 30
Octal 357 332 7 0 11 141 6 67 136 60
Binary 11101111 11011010 111 0 1001 1100001 110 110111 1011110 110000

Color Harmonies of #EFDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA07

Black with #EFDA07

Text Example


Text Example

White with #EFDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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