Html Css Color HEX #EFD800 School Bus Yellow

📋 copy color: '#EFD800'

red 239 ◦ green 216 ◦ blue 0

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

Shades of School Bus Yellow #EFD800

Tints of School Bus Yellow #EFD800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.53%
G = 47.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFD800 (or 0xEFD800) is known color: School Bus Yellow. HEX triplet: EF, D8 and 00. RGB value is (239,216,0). Sum of RGB (Red+Green+Blue) = 239+216+0=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD800 is #1027FF. Grayscale: #C7C7C7. Windows color (decimal): -1058816 or 55535. OLE color: 55535.

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

Color convert

RGB 239 216 0 -
CMYK 0 0.10 1 0.06
HSL 54.23º 1% 0.47% -
HSV(B) 54.23º 1% 0.94% -
XYZ 60.15 67.46 9.85 -
YUV 198.25 16.12 157.06 -
System Red Green Blue C M Y K H S L
Decimal 239 216 0 0 0.10 1 0.06 54.23 1 0.47
Hex EF D8 0 0 A 64 6 36 64 2F
Octal 357 330 0 0 12 144 6 66 144 57
Binary 11101111 11011000 0 0 1010 1100100 110 110110 1100100 101111

Color Harmonies of #EFD800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD800

Black with #EFD800

Text Example


Text Example

White with #EFD800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD800; }

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

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

background-color css

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

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

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

border-color css

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

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

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