Html Css Color HEX #E2D501 School Bus Yellow

📋 copy color: '#E2D501'

red 226 ◦ green 213 ◦ blue 1

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

Shades of School Bus Yellow #E2D501

Tints of School Bus Yellow #E2D501

RGB

 RED value IS 226 (88.67% from 255) = 51.36%

 GREEN value IS 213 (83.59% from 255) = 48.41%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 51.36%
G = 48.41%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E2D501 (or 0xE2D501) is known color: School Bus Yellow. HEX triplet: E2, D5 and 01. RGB value is (226,213,1). Sum of RGB (Red+Green+Blue) = 226+213+1=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D501 is #1D2AFE. Grayscale: #C1C1C1. Windows color (decimal): -1911551 or 120290. OLE color: 120290.

HSL color Cylindrical-coordinate representation of color #E2D501: hue angle of 56.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2D501 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 213 1 -
CMYK 0 0.06 1.00 0.11
HSL 56.53º 0.99% 0.45% -
HSV(B) 56.53º 1% 0.89% -
XYZ 55.16 63.76 9.43 -
YUV 192.72 19.81 151.74 -
System Red Green Blue C M Y K H S L
Decimal 226 213 1 0 0.06 1.00 0.11 56.53 0.99 0.45
Hex E2 D5 1 0 6 64 B 39 63 2D
Octal 342 325 1 0 6 144 13 71 143 55
Binary 11100010 11010101 1 0 110 1100100 1011 111001 1100011 101101

Color Harmonies of #E2D501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D501

Black with #E2D501

Text Example


Text Example

White with #E2D501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D501; }

 p { color: rgb(226,213,1); }

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

background-color css

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

 a { background-color: rgb(226,213,1); }

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

border-color css

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

 span { border-color: rgb(226,213,1); }

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