Html Css Color HEX #EFD80D School Bus Yellow

📋 copy color: '#EFD80D'

red 239 ◦ green 216 ◦ blue 13

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

Shades of School Bus Yellow #EFD80D

Tints of School Bus Yellow #EFD80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.78%

R = 51.07%
G = 46.15%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD80D (or 0xEFD80D) is known color: School Bus Yellow. HEX triplet: EF, D8 and 0D. RGB value is (239,216,13). Sum of RGB (Red+Green+Blue) = 239+216+13=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD80D is #1027F2. Grayscale: #C8C8C8. Windows color (decimal): -1058803 or 907503. OLE color: 907503.

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

Color convert

RGB 239 216 13 -
CMYK 0 0.10 0.95 0.06
HSL 53.89º 0.9% 0.49% -
HSV(B) 53.89º 0.95% 0.94% -
XYZ 60.23 67.49 10.23 -
YUV 199.74 22.62 156.01 -
System Red Green Blue C M Y K H S L
Decimal 239 216 13 0 0.10 0.95 0.06 53.89 0.9 0.49
Hex EF D8 D 0 A 5F 6 36 5A 31
Octal 357 330 15 0 12 137 6 66 132 61
Binary 11101111 11011000 1101 0 1010 1011111 110 110110 1011010 110001

Color Harmonies of #EFD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD80D

Black with #EFD80D

Text Example


Text Example

White with #EFD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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