Html Css Color HEX #EDD600 School Bus Yellow

📋 copy color: '#EDD600'

red 237 ◦ green 214 ◦ blue 0

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

Shades of School Bus Yellow #EDD600

Tints of School Bus Yellow #EDD600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.55%
G = 47.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDD600 (or 0xEDD600) is known color: School Bus Yellow. HEX triplet: ED, D6 and 00. RGB value is (237,214,0). Sum of RGB (Red+Green+Blue) = 237+214+0=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD600 is #1229FF. Grayscale: #C5C5C5. Windows color (decimal): -1190400 or 55021. OLE color: 55021.

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

Color convert

RGB 237 214 0 -
CMYK 0 0.10 1 0.07
HSL 54.18º 1% 0.46% -
HSV(B) 54.18º 1% 0.93% -
XYZ 58.97 66.1 9.65 -
YUV 196.48 17.12 156.9 -
System Red Green Blue C M Y K H S L
Decimal 237 214 0 0 0.10 1 0.07 54.18 1 0.46
Hex ED D6 0 0 A 64 7 36 64 2E
Octal 355 326 0 0 12 144 7 66 144 56
Binary 11101101 11010110 0 0 1010 1100100 111 110110 1100100 101110

Color Harmonies of #EDD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD600

Black with #EDD600

Text Example


Text Example

White with #EDD600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD600; }

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

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

background-color css

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

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

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

border-color css

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

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

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