Html Css Color HEX #EDB02F Gold Tips

📋 copy color: '#EDB02F'

red 237 ◦ green 176 ◦ blue 47

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

Shades of Gold Tips #EDB02F

Tints of Gold Tips #EDB02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.22%

R = 51.52%
G = 38.26%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDB02F (or 0xEDB02F) is known color: Gold Tips. HEX triplet: ED, B0 and 2F. RGB value is (237,176,47). Sum of RGB (Red+Green+Blue) = 237+176+47=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB02F is #124FD0. Grayscale: #B4B4B4. Windows color (decimal): -1200081 or 3125485. OLE color: 3125485.

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

Color convert

RGB 237 176 47 -
CMYK 0 0.26 0.80 0.07
HSL 40.74º 0.84% 0.56% -
HSV(B) 40.74º 0.8% 0.93% -
XYZ 50.96 49.26 9.51 -
YUV 179.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 237 176 47 0 0.26 0.80 0.07 40.74 0.84 0.56
Hex ED B0 2F 0 1A 50 7 29 54 38
Octal 355 260 57 0 32 120 7 51 124 70
Binary 11101101 10110000 101111 0 11010 1010000 111 101001 1010100 111000

Color Harmonies of #EDB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB02F

Black with #EDB02F

Text Example


Text Example

White with #EDB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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