Html Css Color HEX #EFCB68 Golden Sand

📋 copy color: '#EFCB68'

red 239 ◦ green 203 ◦ blue 104

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

Shades of Golden Sand #EFCB68

Tints of Golden Sand #EFCB68

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

 BLUE value IS 104 (41.02% from 255) = 19.05%

R = 43.77%
G = 37.18%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFCB68 (or 0xEFCB68) is known color: Golden Sand. HEX triplet: EF, CB and 68. RGB value is (239,203,104). Sum of RGB (Red+Green+Blue) = 239+203+104=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB68 is #103497. Grayscale: #CACACA. Windows color (decimal): -1062040 or 6867951. OLE color: 6867951.

HSL color Cylindrical-coordinate representation of color #EFCB68: hue angle of 44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFCB68 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 104 -
CMYK 0 0.15 0.56 0.06
HSL 44º 0.81% 0.67% -
HSV(B) 44º 0.56% 0.94% -
XYZ 59.45 62.06 21.94 -
YUV 202.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 239 203 104 0 0.15 0.56 0.06 44 0.81 0.67
Hex EF CB 68 0 F 38 6 2C 51 43
Octal 357 313 150 0 17 70 6 54 121 103
Binary 11101111 11001011 1101000 0 1111 111000 110 101100 1010001 1000011

Color Harmonies of #EFCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB68

Black with #EFCB68

Text Example


Text Example

White with #EFCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB68; }

 p { color: rgb(239,203,104); }

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

background-color css

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

 a { background-color: rgb(239,203,104); }

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

border-color css

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

 span { border-color: rgb(239,203,104); }

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