Html Css Color HEX #EDD60B School Bus Yellow

📋 copy color: '#EDD60B'

red 237 ◦ green 214 ◦ blue 11

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

Shades of School Bus Yellow #EDD60B

Tints of School Bus Yellow #EDD60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.38%

R = 51.3%
G = 46.32%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDD60B (or 0xEDD60B) is known color: School Bus Yellow. HEX triplet: ED, D6 and 0B. RGB value is (237,214,11). Sum of RGB (Red+Green+Blue) = 237+214+11=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD60B is #1229F4. Grayscale: #C6C6C6. Windows color (decimal): -1190389 or 775917. OLE color: 775917.

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

Color convert

RGB 237 214 11 -
CMYK 0 0.10 0.95 0.07
HSL 53.89º 0.91% 0.49% -
HSV(B) 53.89º 0.95% 0.93% -
XYZ 59.03 66.12 9.97 -
YUV 197.74 22.62 156.01 -
System Red Green Blue C M Y K H S L
Decimal 237 214 11 0 0.10 0.95 0.07 53.89 0.91 0.49
Hex ED D6 B 0 A 5F 7 36 5B 31
Octal 355 326 13 0 12 137 7 66 133 61
Binary 11101101 11010110 1011 0 1010 1011111 111 110110 1011011 110001

Color Harmonies of #EDD60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD60B

Black with #EDD60B

Text Example


Text Example

White with #EDD60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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