Html Css Color HEX #ECCA30 Golden Dream

📋 copy color: '#ECCA30'

red 236 ◦ green 202 ◦ blue 48

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

Shades of Golden Dream #ECCA30

Tints of Golden Dream #ECCA30

RGB

 RED value IS 236 (92.58% from 255) = 48.56%

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

 BLUE value IS 48 (19.14% from 255) = 9.88%

R = 48.56%
G = 41.56%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECCA30 (or 0xECCA30) is known color: Golden Dream. HEX triplet: EC, CA and 30. RGB value is (236,202,48). Sum of RGB (Red+Green+Blue) = 236+202+48=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA30 is #1335CF. Grayscale: #C3C3C3. Windows color (decimal): -1258960 or 3197676. OLE color: 3197676.

HSL color Cylindrical-coordinate representation of color #ECCA30: hue angle of 49.15º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECCA30 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 48 -
CMYK 0 0.14 0.80 0.07
HSL 49.15º 0.83% 0.56% -
HSV(B) 49.15º 0.8% 0.93% -
XYZ 56.25 60.29 11.47 -
YUV 194.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 236 202 48 0 0.14 0.80 0.07 49.15 0.83 0.56
Hex EC CA 30 0 E 50 7 31 53 38
Octal 354 312 60 0 16 120 7 61 123 70
Binary 11101100 11001010 110000 0 1110 1010000 111 110001 1010011 111000

Color Harmonies of #ECCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA30

Black with #ECCA30

Text Example


Text Example

White with #ECCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA30; }

 p { color: rgb(236,202,48); }

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

background-color css

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

 a { background-color: rgb(236,202,48); }

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

border-color css

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

 span { border-color: rgb(236,202,48); }

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