Html Css Color HEX #EDAF2B Gold Tips

📋 copy color: '#EDAF2B'

red 237 ◦ green 175 ◦ blue 43

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

Shades of Gold Tips #EDAF2B

Tints of Gold Tips #EDAF2B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.46%

 BLUE value IS 43 (17.19% from 255) = 9.45%

R = 52.09%
G = 38.46%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDAF2B (or 0xEDAF2B) is known color: Gold Tips. HEX triplet: ED, AF and 2B. RGB value is (237,175,43). Sum of RGB (Red+Green+Blue) = 237+175+43=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF2B is #1250D4. Grayscale: #B3B3B3. Windows color (decimal): -1200341 or 2863085. OLE color: 2863085.

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

Color convert

RGB 237 175 43 -
CMYK 0 0.26 0.82 0.07
HSL 40.82º 0.84% 0.55% -
HSV(B) 40.82º 0.82% 0.93% -
XYZ 50.69 48.84 9.04 -
YUV 178.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 237 175 43 0 0.26 0.82 0.07 40.82 0.84 0.55
Hex ED AF 2B 0 1A 52 7 29 54 37
Octal 355 257 53 0 32 122 7 51 124 67
Binary 11101101 10101111 101011 0 11010 1010010 111 101001 1010100 110111

Color Harmonies of #EDAF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF2B

Black with #EDAF2B

Text Example


Text Example

White with #EDAF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF2B; }

 p { color: rgb(237,175,43); }

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

background-color css

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

 a { background-color: rgb(237,175,43); }

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

border-color css

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

 span { border-color: rgb(237,175,43); }

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