Html Css Color HEX #EDD60A School Bus Yellow

📋 copy color: '#EDD60A'

red 237 ◦ green 214 ◦ blue 10

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

Shades of School Bus Yellow #EDD60A

Tints of School Bus Yellow #EDD60A

RGB

 RED value IS 237 (92.97% from 255) = 51.41%

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

 BLUE value IS 10 (4.3% from 255) = 2.17%

R = 51.41%
G = 46.42%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDD60A (or 0xEDD60A) is known color: School Bus Yellow. HEX triplet: ED, D6 and 0A. RGB value is (237,214,10). Sum of RGB (Red+Green+Blue) = 237+214+10=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD60A is #1229F5. Grayscale: #C6C6C6. Windows color (decimal): -1190390 or 710381. OLE color: 710381.

HSL color Cylindrical-coordinate representation of color #EDD60A: hue angle of 53.92º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDD60A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 10 -
CMYK 0 0.10 0.96 0.07
HSL 53.92º 0.92% 0.48% -
HSV(B) 53.92º 0.96% 0.93% -
XYZ 59.03 66.12 9.94 -
YUV 197.62 22.12 156.09 -
System Red Green Blue C M Y K H S L
Decimal 237 214 10 0 0.10 0.96 0.07 53.92 0.92 0.48
Hex ED D6 A 0 A 60 7 36 5C 30
Octal 355 326 12 0 12 140 7 66 134 60
Binary 11101101 11010110 1010 0 1010 1100000 111 110110 1011100 110000

Color Harmonies of #EDD60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD60A

Black with #EDD60A

Text Example


Text Example

White with #EDD60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD60A; }

 p { color: rgb(237,214,10); }

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

background-color css

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

 a { background-color: rgb(237,214,10); }

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

border-color css

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

 span { border-color: rgb(237,214,10); }

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