Html Css Color HEX #E4D803 School Bus Yellow

📋 copy color: '#E4D803'

red 228 ◦ green 216 ◦ blue 3

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

Shades of School Bus Yellow #E4D803

Tints of School Bus Yellow #E4D803

RGB

 RED value IS 228 (89.45% from 255) = 51.01%

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

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

R = 51.01%
G = 48.32%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E4D803 (or 0xE4D803) is known color: School Bus Yellow. HEX triplet: E4, D8 and 03. RGB value is (228,216,3). Sum of RGB (Red+Green+Blue) = 228+216+3=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4D803 is #1B27FC. Grayscale: #C4C4C4. Windows color (decimal): -1779709 or 252132. OLE color: 252132.

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

Color convert

RGB 228 216 3 -
CMYK 0 0.05 0.99 0.11
HSL 56.8º 0.97% 0.45% -
HSV(B) 56.8º 0.99% 0.89% -
XYZ 56.57 65.61 9.77 -
YUV 195.31 19.48 151.32 -
System Red Green Blue C M Y K H S L
Decimal 228 216 3 0 0.05 0.99 0.11 56.8 0.97 0.45
Hex E4 D8 3 0 5 63 B 39 61 2D
Octal 344 330 3 0 5 143 13 71 141 55
Binary 11100100 11011000 11 0 101 1100011 1011 111001 1100001 101101

Color Harmonies of #E4D803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D803

Black with #E4D803

Text Example


Text Example

White with #E4D803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D803; }

 p { color: rgb(228,216,3); }

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

background-color css

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

 a { background-color: rgb(228,216,3); }

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

border-color css

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

 span { border-color: rgb(228,216,3); }

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