Html Css Color HEX #EBCD34 Golden Dream

📋 copy color: '#EBCD34'

red 235 ◦ green 205 ◦ blue 52

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

Shades of Golden Dream #EBCD34

Tints of Golden Dream #EBCD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

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

R = 47.76%
G = 41.67%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBCD34 (or 0xEBCD34) is known color: Golden Dream. HEX triplet: EB, CD and 34. RGB value is (235,205,52). Sum of RGB (Red+Green+Blue) = 235+205+52=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD34 is #1432CB. Grayscale: #C5C5C5. Windows color (decimal): -1323724 or 3460587. OLE color: 3460587.

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

Color convert

RGB 235 205 52 -
CMYK 0 0.13 0.78 0.08
HSL 50.16º 0.82% 0.56% -
HSV(B) 50.16º 0.78% 0.92% -
XYZ 56.71 61.57 12.14 -
YUV 196.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 235 205 52 0 0.13 0.78 0.08 50.16 0.82 0.56
Hex EB CD 34 0 D 4E 8 32 52 38
Octal 353 315 64 0 15 116 10 62 122 70
Binary 11101011 11001101 110100 0 1101 1001110 1000 110010 1010010 111000

Color Harmonies of #EBCD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD34

Black with #EBCD34

Text Example


Text Example

White with #EBCD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD34; }

 p { color: rgb(235,205,52); }

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

background-color css

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

 a { background-color: rgb(235,205,52); }

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

border-color css

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

 span { border-color: rgb(235,205,52); }

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