Html Css Color HEX #E1D503 School Bus Yellow

📋 copy color: '#E1D503'

red 225 ◦ green 213 ◦ blue 3

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

Shades of School Bus Yellow #E1D503

Tints of School Bus Yellow #E1D503

RGB

 RED value IS 225 (88.28% from 255) = 51.02%

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 51.02%
G = 48.3%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E1D503 (or 0xE1D503) is known color: School Bus Yellow. HEX triplet: E1, D5 and 03. RGB value is (225,213,3). Sum of RGB (Red+Green+Blue) = 225+213+3=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D503 is #1E2AFC. Grayscale: #C1C1C1. Windows color (decimal): -1977085 or 251361. OLE color: 251361.

HSL color Cylindrical-coordinate representation of color #E1D503: hue angle of 56.76º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1D503 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 213 3 -
CMYK 0 0.05 0.99 0.12
HSL 56.76º 0.97% 0.45% -
HSV(B) 56.76º 0.99% 0.88% -
XYZ 54.86 63.6 9.47 -
YUV 192.65 20.98 151.08 -
System Red Green Blue C M Y K H S L
Decimal 225 213 3 0 0.05 0.99 0.12 56.76 0.97 0.45
Hex E1 D5 3 0 5 63 C 39 61 2D
Octal 341 325 3 0 5 143 14 71 141 55
Binary 11100001 11010101 11 0 101 1100011 1100 111001 1100001 101101

Color Harmonies of #E1D503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D503

Black with #E1D503

Text Example


Text Example

White with #E1D503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D503; }

 p { color: rgb(225,213,3); }

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

background-color css

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

 a { background-color: rgb(225,213,3); }

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

border-color css

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

 span { border-color: rgb(225,213,3); }

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