Html Css Color HEX #EDD606 School Bus Yellow

📋 copy color: '#EDD606'

red 237 ◦ green 214 ◦ blue 6

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

Shades of School Bus Yellow #EDD606

Tints of School Bus Yellow #EDD606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 51.86%
G = 46.83%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDD606 (or 0xEDD606) is known color: School Bus Yellow. HEX triplet: ED, D6 and 06. RGB value is (237,214,6). Sum of RGB (Red+Green+Blue) = 237+214+6=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD606 is #1229F9. Grayscale: #C6C6C6. Windows color (decimal): -1190394 or 448237. OLE color: 448237.

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

Color convert

RGB 237 214 6 -
CMYK 0 0.10 0.97 0.07
HSL 54.03º 0.95% 0.48% -
HSV(B) 54.03º 0.97% 0.93% -
XYZ 59 66.11 9.82 -
YUV 197.17 20.12 156.41 -
System Red Green Blue C M Y K H S L
Decimal 237 214 6 0 0.10 0.97 0.07 54.03 0.95 0.48
Hex ED D6 6 0 A 61 7 36 5F 30
Octal 355 326 6 0 12 141 7 66 137 60
Binary 11101101 11010110 110 0 1010 1100001 111 110110 1011111 110000

Color Harmonies of #EDD606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD606

Black with #EDD606

Text Example


Text Example

White with #EDD606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD606; }

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

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

background-color css

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

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

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

border-color css

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

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

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