Html Css Color HEX #EBD60E School Bus Yellow

📋 copy color: '#EBD60E'

red 235 ◦ green 214 ◦ blue 14

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

Shades of School Bus Yellow #EBD60E

Tints of School Bus Yellow #EBD60E

RGB

 RED value IS 235 (92.19% from 255) = 50.76%

 GREEN value IS 214 (83.98% from 255) = 46.22%

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 50.76%
G = 46.22%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBD60E (or 0xEBD60E) is known color: School Bus Yellow. HEX triplet: EB, D6 and 0E. RGB value is (235,214,14). Sum of RGB (Red+Green+Blue) = 235+214+14=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBD60E is #1429F1. Grayscale: #C6C6C6. Windows color (decimal): -1321458 or 972523. OLE color: 972523.

HSL color Cylindrical-coordinate representation of color #EBD60E: hue angle of 54.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBD60E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 214 14 -
CMYK 0 0.09 0.94 0.08
HSL 54.3º 0.89% 0.49% -
HSV(B) 54.3º 0.94% 0.92% -
XYZ 58.39 65.79 10.04 -
YUV 197.48 24.46 154.76 -
System Red Green Blue C M Y K H S L
Decimal 235 214 14 0 0.09 0.94 0.08 54.3 0.89 0.49
Hex EB D6 E 0 9 5E 8 36 59 31
Octal 353 326 16 0 11 136 10 66 131 61
Binary 11101011 11010110 1110 0 1001 1011110 1000 110110 1011001 110001

Color Harmonies of #EBD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD60E

Black with #EBD60E

Text Example


Text Example

White with #EBD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD60E; }

 p { color: rgb(235,214,14); }

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

background-color css

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

 a { background-color: rgb(235,214,14); }

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

border-color css

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

 span { border-color: rgb(235,214,14); }

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