Html Css Color HEX #EFD802 School Bus Yellow

📋 copy color: '#EFD802'

red 239 ◦ green 216 ◦ blue 2

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

Shades of School Bus Yellow #EFD802

Tints of School Bus Yellow #EFD802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 52.3%
G = 47.26%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFD802 (or 0xEFD802) is known color: School Bus Yellow. HEX triplet: EF, D8 and 02. RGB value is (239,216,2). Sum of RGB (Red+Green+Blue) = 239+216+2=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD802 is #1027FD. Grayscale: #C7C7C7. Windows color (decimal): -1058814 or 186607. OLE color: 186607.

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

Color convert

RGB 239 216 2 -
CMYK 0 0.10 0.99 0.06
HSL 54.18º 0.98% 0.47% -
HSV(B) 54.18º 0.99% 0.94% -
XYZ 60.16 67.47 9.91 -
YUV 198.48 17.12 156.9 -
System Red Green Blue C M Y K H S L
Decimal 239 216 2 0 0.10 0.99 0.06 54.18 0.98 0.47
Hex EF D8 2 0 A 63 6 36 62 2F
Octal 357 330 2 0 12 143 6 66 142 57
Binary 11101111 11011000 10 0 1010 1100011 110 110110 1100010 101111

Color Harmonies of #EFD802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD802

Black with #EFD802

Text Example


Text Example

White with #EFD802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD802; }

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

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

background-color css

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

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

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

border-color css

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

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

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