Html Css Color HEX #E7CA34 Golden Dream

📋 copy color: '#E7CA34'

red 231 ◦ green 202 ◦ blue 52

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

Shades of Golden Dream #E7CA34

Tints of Golden Dream #E7CA34

RGB

 RED value IS 231 (90.63% from 255) = 47.63%

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 52 (20.7% from 255) = 10.72%

R = 47.63%
G = 41.65%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E7CA34 (or 0xE7CA34) is known color: Golden Dream. HEX triplet: E7, CA and 34. RGB value is (231,202,52). Sum of RGB (Red+Green+Blue) = 231+202+52=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA34 is #1835CB. Grayscale: #C2C2C2. Windows color (decimal): -1586636 or 3459815. OLE color: 3459815.

HSL color Cylindrical-coordinate representation of color #E7CA34: hue angle of 50.28º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7CA34 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 202 52 -
CMYK 0 0.13 0.77 0.09
HSL 50.28º 0.79% 0.55% -
HSV(B) 50.28º 0.77% 0.91% -
XYZ 54.7 59.48 11.85 -
YUV 193.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 231 202 52 0 0.13 0.77 0.09 50.28 0.79 0.55
Hex E7 CA 34 0 D 4D 9 32 4F 37
Octal 347 312 64 0 15 115 11 62 117 67
Binary 11100111 11001010 110100 0 1101 1001101 1001 110010 1001111 110111

Color Harmonies of #E7CA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CA34

Black with #E7CA34

Text Example


Text Example

White with #E7CA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CA34; }

 p { color: rgb(231,202,52); }

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

background-color css

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

 a { background-color: rgb(231,202,52); }

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

border-color css

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

 span { border-color: rgb(231,202,52); }

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