Html Css Color HEX #EFD335 Golden Dream

📋 copy color: '#EFD335'

red 239 ◦ green 211 ◦ blue 53

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

Shades of Golden Dream #EFD335

Tints of Golden Dream #EFD335

RGB

 RED value IS 239 (93.75% from 255) = 47.51%

 GREEN value IS 211 (82.81% from 255) = 41.95%

 BLUE value IS 53 (21.09% from 255) = 10.54%

R = 47.51%
G = 41.95%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFD335 (or 0xEFD335) is known color: Golden Dream. HEX triplet: EF, D3 and 35. RGB value is (239,211,53). Sum of RGB (Red+Green+Blue) = 239+211+53=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD335 is #102CCA. Grayscale: #CACACA. Windows color (decimal): -1060043 or 3527663. OLE color: 3527663.

HSL color Cylindrical-coordinate representation of color #EFD335: hue angle of 50.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFD335 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 53 -
CMYK 0 0.12 0.78 0.06
HSL 50.97º 0.85% 0.57% -
HSV(B) 50.97º 0.78% 0.94% -
XYZ 59.53 65.2 12.81 -
YUV 201.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 239 211 53 0 0.12 0.78 0.06 50.97 0.85 0.57
Hex EF D3 35 0 C 4E 6 33 55 39
Octal 357 323 65 0 14 116 6 63 125 71
Binary 11101111 11010011 110101 0 1100 1001110 110 110011 1010101 111001

Color Harmonies of #EFD335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD335

Black with #EFD335

Text Example


Text Example

White with #EFD335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD335; }

 p { color: rgb(239,211,53); }

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

background-color css

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

 a { background-color: rgb(239,211,53); }

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

border-color css

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

 span { border-color: rgb(239,211,53); }

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