Html Css Color HEX #EBCB68 Golden Sand

📋 copy color: '#EBCB68'

red 235 ◦ green 203 ◦ blue 104

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

Shades of Golden Sand #EBCB68

Tints of Golden Sand #EBCB68

RGB

 RED value IS 235 (92.19% from 255) = 43.36%

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

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

R = 43.36%
G = 37.45%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBCB68 (or 0xEBCB68) is known color: Golden Sand. HEX triplet: EB, CB and 68. RGB value is (235,203,104). Sum of RGB (Red+Green+Blue) = 235+203+104=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB68 is #143497. Grayscale: #C9C9C9. Windows color (decimal): -1324184 or 6867947. OLE color: 6867947.

HSL color Cylindrical-coordinate representation of color #EBCB68: hue angle of 45.34º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBCB68 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 203 104 -
CMYK 0 0.14 0.56 0.08
HSL 45.34º 0.77% 0.66% -
HSV(B) 45.34º 0.56% 0.92% -
XYZ 58.12 61.37 21.88 -
YUV 201.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 235 203 104 0 0.14 0.56 0.08 45.34 0.77 0.66
Hex EB CB 68 0 E 38 8 2D 4D 42
Octal 353 313 150 0 16 70 10 55 115 102
Binary 11101011 11001011 1101000 0 1110 111000 1000 101101 1001101 1000010

Color Harmonies of #EBCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB68

Black with #EBCB68

Text Example


Text Example

White with #EBCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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