Html Css Color HEX #EDB602 Selective Yellow

📋 copy color: '#EDB602'

red 237 ◦ green 182 ◦ blue 2

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

Shades of Selective Yellow #EDB602

Tints of Selective Yellow #EDB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.23%

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

R = 56.29%
G = 43.23%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDB602 (or 0xEDB602) is known color: Selective Yellow. HEX triplet: ED, B6 and 02. RGB value is (237,182,2). Sum of RGB (Red+Green+Blue) = 237+182+2=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB602 is #1249FD. Grayscale: #B2B2B2. Windows color (decimal): -1198590 or 177901. OLE color: 177901.

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

Color convert

RGB 237 182 2 -
CMYK 0 0.23 0.99 0.07
HSL 45.96º 0.98% 0.47% -
HSV(B) 45.96º 0.99% 0.93% -
XYZ 51.66 51.46 7.27 -
YUV 177.93 28.72 170.14 -
System Red Green Blue C M Y K H S L
Decimal 237 182 2 0 0.23 0.99 0.07 45.96 0.98 0.47
Hex ED B6 2 0 17 63 7 2E 62 2F
Octal 355 266 2 0 27 143 7 56 142 57
Binary 11101101 10110110 10 0 10111 1100011 111 101110 1100010 101111

Color Harmonies of #EDB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB602

Black with #EDB602

Text Example


Text Example

White with #EDB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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