Html Css Color HEX #EDB502 Selective Yellow

📋 copy color: '#EDB502'

red 237 ◦ green 181 ◦ blue 2

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

Shades of Selective Yellow #EDB502

Tints of Selective Yellow #EDB502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

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

R = 56.43%
G = 43.1%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDB502 (or 0xEDB502) is known color: Selective Yellow. HEX triplet: ED, B5 and 02. RGB value is (237,181,2). Sum of RGB (Red+Green+Blue) = 237+181+2=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB502 is #124AFD. Grayscale: #B2B2B2. Windows color (decimal): -1198846 or 177645. OLE color: 177645.

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

Color convert

RGB 237 181 2 -
CMYK 0 0.24 0.99 0.07
HSL 45.7º 0.98% 0.47% -
HSV(B) 45.7º 0.99% 0.93% -
XYZ 51.46 51.06 7.2 -
YUV 177.34 29.05 170.55 -
System Red Green Blue C M Y K H S L
Decimal 237 181 2 0 0.24 0.99 0.07 45.7 0.98 0.47
Hex ED B5 2 0 18 63 7 2E 62 2F
Octal 355 265 2 0 30 143 7 56 142 57
Binary 11101101 10110101 10 0 11000 1100011 111 101110 1100010 101111

Color Harmonies of #EDB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB502

Black with #EDB502

Text Example


Text Example

White with #EDB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB502; }

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

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

background-color css

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

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

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

border-color css

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

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

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