Html Css Color HEX #E0D503 School Bus Yellow

📋 copy color: '#E0D503'

red 224 ◦ green 213 ◦ blue 3

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

Shades of School Bus Yellow #E0D503

Tints of School Bus Yellow #E0D503

RGB

 RED value IS 224 (87.89% from 255) = 50.91%

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

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

R = 50.91%
G = 48.41%
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

#E0D503 (or 0xE0D503) is known color: School Bus Yellow. HEX triplet: E0, D5 and 03. RGB value is (224,213,3). Sum of RGB (Red+Green+Blue) = 224+213+3=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D503 is #1F2AFC. Grayscale: #C1C1C1. Windows color (decimal): -2042621 or 251360. OLE color: 251360.

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

Color convert

RGB 224 213 3 -
CMYK 0 0.05 0.99 0.12
HSL 57.01º 0.97% 0.45% -
HSV(B) 57.01º 0.99% 0.88% -
XYZ 54.55 63.44 9.46 -
YUV 192.35 21.14 150.58 -
System Red Green Blue C M Y K H S L
Decimal 224 213 3 0 0.05 0.99 0.12 57.01 0.97 0.45
Hex E0 D5 3 0 5 63 C 39 61 2D
Octal 340 325 3 0 5 143 14 71 141 55
Binary 11100000 11010101 11 0 101 1100011 1100 111001 1100001 101101

Color Harmonies of #E0D503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D503

Black with #E0D503

Text Example


Text Example

White with #E0D503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D503; }

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

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

background-color css

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

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

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

border-color css

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

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

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