Html Css Color HEX #EBCA2D Golden Dream

📋 copy color: '#EBCA2D'

red 235 ◦ green 202 ◦ blue 45

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

Shades of Golden Dream #EBCA2D

Tints of Golden Dream #EBCA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.34%

R = 48.76%
G = 41.91%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBCA2D (or 0xEBCA2D) is known color: Golden Dream. HEX triplet: EB, CA and 2D. RGB value is (235,202,45). Sum of RGB (Red+Green+Blue) = 235+202+45=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCA2D is #1435D2. Grayscale: #C2C2C2. Windows color (decimal): -1324499 or 3001067. OLE color: 3001067.

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

Color convert

RGB 235 202 45 -
CMYK 0 0.14 0.81 0.08
HSL 49.58º 0.83% 0.55% -
HSV(B) 49.58º 0.81% 0.92% -
XYZ 55.86 60.09 11.14 -
YUV 193.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 235 202 45 0 0.14 0.81 0.08 49.58 0.83 0.55
Hex EB CA 2D 0 E 51 8 32 53 37
Octal 353 312 55 0 16 121 10 62 123 67
Binary 11101011 11001010 101101 0 1110 1010001 1000 110010 1010011 110111

Color Harmonies of #EBCA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCA2D

Black with #EBCA2D

Text Example


Text Example

White with #EBCA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCA2D; }

 p { color: rgb(235,202,45); }

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

background-color css

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

 a { background-color: rgb(235,202,45); }

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

border-color css

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

 span { border-color: rgb(235,202,45); }

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