Html Css Color HEX #EDB702 Selective Yellow

📋 copy color: '#EDB702'

red 237 ◦ green 183 ◦ blue 2

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

Shades of Selective Yellow #EDB702

Tints of Selective Yellow #EDB702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

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

R = 56.16%
G = 43.36%
B = 0.47%

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

#EDB702 (or 0xEDB702) is known color: Selective Yellow. HEX triplet: ED, B7 and 02. RGB value is (237,183,2). Sum of RGB (Red+Green+Blue) = 237+183+2=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB702 is #1248FD. Grayscale: #B3B3B3. Windows color (decimal): -1198334 or 178157. OLE color: 178157.

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

Color convert

RGB 237 183 2 -
CMYK 0 0.23 0.99 0.07
HSL 46.21º 0.98% 0.47% -
HSV(B) 46.21º 0.99% 0.93% -
XYZ 51.87 51.88 7.34 -
YUV 178.51 28.39 169.72 -
System Red Green Blue C M Y K H S L
Decimal 237 183 2 0 0.23 0.99 0.07 46.21 0.98 0.47
Hex ED B7 2 0 17 63 7 2E 62 2F
Octal 355 267 2 0 27 143 7 56 142 57
Binary 11101101 10110111 10 0 10111 1100011 111 101110 1100010 101111

Color Harmonies of #EDB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB702

Black with #EDB702

Text Example


Text Example

White with #EDB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB702; }

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

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

background-color css

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

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

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

border-color css

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

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

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