Html Css Color HEX #EBCE32 Golden Dream

📋 copy color: '#EBCE32'

red 235 ◦ green 206 ◦ blue 50

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

Shades of Golden Dream #EBCE32

Tints of Golden Dream #EBCE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.96%

 BLUE value IS 50 (19.92% from 255) = 10.18%

R = 47.86%
G = 41.96%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBCE32 (or 0xEBCE32) is known color: Golden Dream. HEX triplet: EB, CE and 32. RGB value is (235,206,50). Sum of RGB (Red+Green+Blue) = 235+206+50=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCE32 is #1431CD. Grayscale: #C5C5C5. Windows color (decimal): -1323470 or 3329771. OLE color: 3329771.

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

Color convert

RGB 235 206 50 -
CMYK 0 0.12 0.79 0.08
HSL 50.59º 0.82% 0.56% -
HSV(B) 50.59º 0.79% 0.92% -
XYZ 56.91 62.04 11.99 -
YUV 196.89 45.11 155.18 -
System Red Green Blue C M Y K H S L
Decimal 235 206 50 0 0.12 0.79 0.08 50.59 0.82 0.56
Hex EB CE 32 0 C 4F 8 33 52 38
Octal 353 316 62 0 14 117 10 63 122 70
Binary 11101011 11001110 110010 0 1100 1001111 1000 110011 1010010 111000

Color Harmonies of #EBCE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCE32

Black with #EBCE32

Text Example


Text Example

White with #EBCE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCE32; }

 p { color: rgb(235,206,50); }

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

background-color css

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

 a { background-color: rgb(235,206,50); }

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

border-color css

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

 span { border-color: rgb(235,206,50); }

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