Html Css Color HEX #EDB02E Gold Tips

📋 copy color: '#EDB02E'

red 237 ◦ green 176 ◦ blue 46

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

Shades of Gold Tips #EDB02E

Tints of Gold Tips #EDB02E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.34%

 BLUE value IS 46 (18.36% from 255) = 10.02%

R = 51.63%
G = 38.34%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDB02E (or 0xEDB02E) is known color: Gold Tips. HEX triplet: ED, B0 and 2E. RGB value is (237,176,46). Sum of RGB (Red+Green+Blue) = 237+176+46=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB02E is #124FD1. Grayscale: #B4B4B4. Windows color (decimal): -1200082 or 3059949. OLE color: 3059949.

HSL color Cylindrical-coordinate representation of color #EDB02E: hue angle of 40.84º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDB02E is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 46 -
CMYK 0 0.26 0.81 0.07
HSL 40.84º 0.84% 0.55% -
HSV(B) 40.84º 0.81% 0.93% -
XYZ 50.94 49.25 9.41 -
YUV 179.42 52.71 169.07 -
System Red Green Blue C M Y K H S L
Decimal 237 176 46 0 0.26 0.81 0.07 40.84 0.84 0.55
Hex ED B0 2E 0 1A 51 7 29 54 37
Octal 355 260 56 0 32 121 7 51 124 67
Binary 11101101 10110000 101110 0 11010 1010001 111 101001 1010100 110111

Color Harmonies of #EDB02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB02E

Black with #EDB02E

Text Example


Text Example

White with #EDB02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB02E; }

 p { color: rgb(237,176,46); }

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

background-color css

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

 a { background-color: rgb(237,176,46); }

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

border-color css

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

 span { border-color: rgb(237,176,46); }

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