Html Css Color HEX #EDD700 School Bus Yellow

📋 copy color: '#EDD700'

red 237 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #EDD700

Tints of School Bus Yellow #EDD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

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

R = 52.43%
G = 47.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDD700 (or 0xEDD700) is known color: School Bus Yellow. HEX triplet: ED, D7 and 00. RGB value is (237,215,0). Sum of RGB (Red+Green+Blue) = 237+215+0=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD700 is #1228FF. Grayscale: #C5C5C5. Windows color (decimal): -1190144 or 55277. OLE color: 55277.

HSL color Cylindrical-coordinate representation of color #EDD700: hue angle of 54.43º 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 #EDD700 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 0 -
CMYK 0 0.09 1 0.07
HSL 54.43º 1% 0.46% -
HSV(B) 54.43º 1% 0.93% -
XYZ 59.23 66.61 9.73 -
YUV 197.07 16.79 156.48 -
System Red Green Blue C M Y K H S L
Decimal 237 215 0 0 0.09 1 0.07 54.43 1 0.46
Hex ED D7 0 0 9 64 7 36 64 2E
Octal 355 327 0 0 11 144 7 66 144 56
Binary 11101101 11010111 0 0 1001 1100100 111 110110 1100100 101110

Color Harmonies of #EDD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD700

Black with #EDD700

Text Example


Text Example

White with #EDD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD700; }

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

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

background-color css

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

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

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

border-color css

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

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

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