Html Css Color HEX #EFCC72 Golden Sand

📋 copy color: '#EFCC72'

red 239 ◦ green 204 ◦ blue 114

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

Shades of Golden Sand #EFCC72

Tints of Golden Sand #EFCC72

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.62%

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

R = 42.91%
G = 36.62%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFCC72 (or 0xEFCC72) is known color: Golden Sand. HEX triplet: EF, CC and 72. RGB value is (239,204,114). Sum of RGB (Red+Green+Blue) = 239+204+114=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC72 is #10338D. Grayscale: #CCCCCC. Windows color (decimal): -1061774 or 7523567. OLE color: 7523567.

HSL color Cylindrical-coordinate representation of color #EFCC72: hue angle of 43.2º 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 #EFCC72 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 114 -
CMYK 0 0.15 0.52 0.06
HSL 43.2º 0.8% 0.69% -
HSV(B) 43.2º 0.52% 0.94% -
XYZ 60.23 62.75 24.86 -
YUV 204.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 239 204 114 0 0.15 0.52 0.06 43.2 0.8 0.69
Hex EF CC 72 0 F 34 6 2B 50 45
Octal 357 314 162 0 17 64 6 53 120 105
Binary 11101111 11001100 1110010 0 1111 110100 110 101011 1010000 1000101

Color Harmonies of #EFCC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC72

Black with #EFCC72

Text Example


Text Example

White with #EFCC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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