Html Css Color HEX #EDCF72 Golden Sand

📋 copy color: '#EDCF72'

red 237 ◦ green 207 ◦ blue 114

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

Shades of Golden Sand #EDCF72

Tints of Golden Sand #EDCF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.1%

 BLUE value IS 114 (44.92% from 255) = 20.43%

R = 42.47%
G = 37.1%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDCF72 (or 0xEDCF72) is known color: Golden Sand. HEX triplet: ED, CF and 72. RGB value is (237,207,114). Sum of RGB (Red+Green+Blue) = 237+207+114=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF72 is #12308D. Grayscale: #CDCDCD. Windows color (decimal): -1192078 or 7524333. OLE color: 7524333.

HSL color Cylindrical-coordinate representation of color #EDCF72: hue angle of 45.37º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDCF72 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 207 114 -
CMYK 0 0.13 0.52 0.07
HSL 45.37º 0.77% 0.69% -
HSV(B) 45.37º 0.52% 0.93% -
XYZ 60.28 63.85 25.07 -
YUV 205.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 237 207 114 0 0.13 0.52 0.07 45.37 0.77 0.69
Hex ED CF 72 0 D 34 7 2D 4D 45
Octal 355 317 162 0 15 64 7 55 115 105
Binary 11101101 11001111 1110010 0 1101 110100 111 101101 1001101 1000101

Color Harmonies of #EDCF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCF72

Black with #EDCF72

Text Example


Text Example

White with #EDCF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCF72; }

 p { color: rgb(237,207,114); }

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

background-color css

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

 a { background-color: rgb(237,207,114); }

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

border-color css

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

 span { border-color: rgb(237,207,114); }

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