Html Css Color HEX #EFD700 School Bus Yellow

📋 copy color: '#EFD700'

red 239 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #EFD700

Tints of School Bus Yellow #EFD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.36%

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

R = 52.64%
G = 47.36%
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

#EFD700 (or 0xEFD700) is known color: School Bus Yellow. HEX triplet: EF, D7 and 00. RGB value is (239,215,0). Sum of RGB (Red+Green+Blue) = 239+215+0=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD700 is #1028FF. Grayscale: #C6C6C6. Windows color (decimal): -1059072 or 55279. OLE color: 55279.

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

Color convert

RGB 239 215 0 -
CMYK 0 0.10 1 0.06
HSL 53.97º 1% 0.47% -
HSV(B) 53.97º 1% 0.94% -
XYZ 59.9 66.95 9.77 -
YUV 197.67 16.45 157.48 -
System Red Green Blue C M Y K H S L
Decimal 239 215 0 0 0.10 1 0.06 53.97 1 0.47
Hex EF D7 0 0 A 64 6 36 64 2F
Octal 357 327 0 0 12 144 6 66 144 57
Binary 11101111 11010111 0 0 1010 1100100 110 110110 1100100 101111

Color Harmonies of #EFD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD700

Black with #EFD700

Text Example


Text Example

White with #EFD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD700; }

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

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

background-color css

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

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

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

border-color css

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

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

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