Html Css Color HEX #EDD907 School Bus Yellow

📋 copy color: '#EDD907'

red 237 ◦ green 217 ◦ blue 7

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

Shades of School Bus Yellow #EDD907

Tints of School Bus Yellow #EDD907

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 51.41%
G = 47.07%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDD907 (or 0xEDD907) is known color: School Bus Yellow. HEX triplet: ED, D9 and 07. RGB value is (237,217,7). Sum of RGB (Red+Green+Blue) = 237+217+7=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD907 is #1226F8. Grayscale: #C7C7C7. Windows color (decimal): -1189625 or 514541. OLE color: 514541.

HSL color Cylindrical-coordinate representation of color #EDD907: hue angle of 54.78º degrees, saturation: 0.94, 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 #EDD907 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 7 -
CMYK 0 0.08 0.97 0.07
HSL 54.78º 0.94% 0.48% -
HSV(B) 54.78º 0.97% 0.93% -
XYZ 59.78 67.65 10.11 -
YUV 199.04 19.63 155.08 -
System Red Green Blue C M Y K H S L
Decimal 237 217 7 0 0.08 0.97 0.07 54.78 0.94 0.48
Hex ED D9 7 0 8 61 7 37 5E 30
Octal 355 331 7 0 10 141 7 67 136 60
Binary 11101101 11011001 111 0 1000 1100001 111 110111 1011110 110000

Color Harmonies of #EDD907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD907

Black with #EDD907

Text Example


Text Example

White with #EDD907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD907; }

 p { color: rgb(237,217,7); }

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

background-color css

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

 a { background-color: rgb(237,217,7); }

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

border-color css

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

 span { border-color: rgb(237,217,7); }

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