Html Css Color HEX #EDD702 School Bus Yellow

📋 copy color: '#EDD702'

red 237 ◦ green 215 ◦ blue 2

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

Shades of School Bus Yellow #EDD702

Tints of School Bus Yellow #EDD702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 52.2%
G = 47.36%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDD702 (or 0xEDD702) is known color: School Bus Yellow. HEX triplet: ED, D7 and 02. RGB value is (237,215,2). Sum of RGB (Red+Green+Blue) = 237+215+2=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD702 is #1228FD. Grayscale: #C6C6C6. Windows color (decimal): -1190142 or 186349. OLE color: 186349.

HSL color Cylindrical-coordinate representation of color #EDD702: hue angle of 54.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDD702 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 2 -
CMYK 0 0.09 0.99 0.07
HSL 54.38º 0.98% 0.47% -
HSV(B) 54.38º 0.99% 0.93% -
XYZ 59.24 66.61 9.79 -
YUV 197.3 17.79 156.32 -
System Red Green Blue C M Y K H S L
Decimal 237 215 2 0 0.09 0.99 0.07 54.38 0.98 0.47
Hex ED D7 2 0 9 63 7 36 62 2F
Octal 355 327 2 0 11 143 7 66 142 57
Binary 11101101 11010111 10 0 1001 1100011 111 110110 1100010 101111

Color Harmonies of #EDD702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD702

Black with #EDD702

Text Example


Text Example

White with #EDD702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD702; }

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

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

background-color css

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

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

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

border-color css

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

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

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