Html Css Color HEX #EBCC2E Golden Dream

📋 copy color: '#EBCC2E'

red 235 ◦ green 204 ◦ blue 46

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

Shades of Golden Dream #EBCC2E

Tints of Golden Dream #EBCC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.48%

R = 48.45%
G = 42.06%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBCC2E (or 0xEBCC2E) is known color: Golden Dream. HEX triplet: EB, CC and 2E. RGB value is (235,204,46). Sum of RGB (Red+Green+Blue) = 235+204+46=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC2E is #1433D1. Grayscale: #C3C3C3. Windows color (decimal): -1323986 or 3067115. OLE color: 3067115.

HSL color Cylindrical-coordinate representation of color #EBCC2E: hue angle of 50.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBCC2E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 46 -
CMYK 0 0.13 0.80 0.08
HSL 50.16º 0.83% 0.55% -
HSV(B) 50.16º 0.8% 0.92% -
XYZ 56.35 61.05 11.4 -
YUV 195.26 43.77 156.35 -
System Red Green Blue C M Y K H S L
Decimal 235 204 46 0 0.13 0.80 0.08 50.16 0.83 0.55
Hex EB CC 2E 0 D 50 8 32 53 37
Octal 353 314 56 0 15 120 10 62 123 67
Binary 11101011 11001100 101110 0 1101 1010000 1000 110010 1010011 110111

Color Harmonies of #EBCC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC2E

Black with #EBCC2E

Text Example


Text Example

White with #EBCC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC2E; }

 p { color: rgb(235,204,46); }

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

background-color css

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

 a { background-color: rgb(235,204,46); }

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

border-color css

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

 span { border-color: rgb(235,204,46); }

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