Html Css Color HEX #EBCF2D Golden Dream

📋 copy color: '#EBCF2D'

red 235 ◦ green 207 ◦ blue 45

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

Shades of Golden Dream #EBCF2D

Tints of Golden Dream #EBCF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.51%

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

R = 48.25%
G = 42.51%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBCF2D (or 0xEBCF2D) is known color: Golden Dream. HEX triplet: EB, CF and 2D. RGB value is (235,207,45). Sum of RGB (Red+Green+Blue) = 235+207+45=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCF2D is #1430D2. Grayscale: #C5C5C5. Windows color (decimal): -1323219 or 3002347. OLE color: 3002347.

HSL color Cylindrical-coordinate representation of color #EBCF2D: hue angle of 51.16º 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 #EBCF2D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 207 45 -
CMYK 0 0.12 0.81 0.08
HSL 51.16º 0.83% 0.55% -
HSV(B) 51.16º 0.81% 0.92% -
XYZ 57.05 62.48 11.54 -
YUV 196.9 42.28 155.17 -
System Red Green Blue C M Y K H S L
Decimal 235 207 45 0 0.12 0.81 0.08 51.16 0.83 0.55
Hex EB CF 2D 0 C 51 8 33 53 37
Octal 353 317 55 0 14 121 10 63 123 67
Binary 11101011 11001111 101101 0 1100 1010001 1000 110011 1010011 110111

Color Harmonies of #EBCF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCF2D

Black with #EBCF2D

Text Example


Text Example

White with #EBCF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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