Html Css Color HEX #EFCD72 Golden Sand

📋 copy color: '#EFCD72'

red 239 ◦ green 205 ◦ blue 114

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

Shades of Golden Sand #EFCD72

Tints of Golden Sand #EFCD72

RGB

 RED value IS 239 (93.75% from 255) = 42.83%

 GREEN value IS 205 (80.47% from 255) = 36.74%

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

R = 42.83%
G = 36.74%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFCD72 (or 0xEFCD72) is known color: Golden Sand. HEX triplet: EF, CD and 72. RGB value is (239,205,114). Sum of RGB (Red+Green+Blue) = 239+205+114=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD72 is #10328D. Grayscale: #CDCDCD. Windows color (decimal): -1061518 or 7523823. OLE color: 7523823.

HSL color Cylindrical-coordinate representation of color #EFCD72: hue angle of 43.68º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFCD72 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 114 -
CMYK 0 0.14 0.52 0.06
HSL 43.68º 0.8% 0.69% -
HSV(B) 43.68º 0.52% 0.94% -
XYZ 60.47 63.23 24.94 -
YUV 204.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 239 205 114 0 0.14 0.52 0.06 43.68 0.8 0.69
Hex EF CD 72 0 E 34 6 2C 50 45
Octal 357 315 162 0 16 64 6 54 120 105
Binary 11101111 11001101 1110010 0 1110 110100 110 101100 1010000 1000101

Color Harmonies of #EFCD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD72

Black with #EFCD72

Text Example


Text Example

White with #EFCD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD72; }

 p { color: rgb(239,205,114); }

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

background-color css

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

 a { background-color: rgb(239,205,114); }

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

border-color css

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

 span { border-color: rgb(239,205,114); }

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