Html Css Color HEX #EFD338 Golden Dream

📋 copy color: '#EFD338'

red 239 ◦ green 211 ◦ blue 56

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

Shades of Golden Dream #EFD338

Tints of Golden Dream #EFD338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.07%

R = 47.23%
G = 41.7%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EFD338 (or 0xEFD338) is known color: Golden Dream. HEX triplet: EF, D3 and 38. RGB value is (239,211,56). Sum of RGB (Red+Green+Blue) = 239+211+56=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD338 is #102CC7. Grayscale: #CACACA. Windows color (decimal): -1060040 or 3724271. OLE color: 3724271.

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

Color convert

RGB 239 211 56 -
CMYK 0 0.12 0.77 0.06
HSL 50.82º 0.85% 0.58% -
HSV(B) 50.82º 0.77% 0.94% -
XYZ 59.6 65.22 13.19 -
YUV 201.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 239 211 56 0 0.12 0.77 0.06 50.82 0.85 0.58
Hex EF D3 38 0 C 4D 6 33 55 3A
Octal 357 323 70 0 14 115 6 63 125 72
Binary 11101111 11010011 111000 0 1100 1001101 110 110011 1010101 111010

Color Harmonies of #EFD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD338

Black with #EFD338

Text Example


Text Example

White with #EFD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD338; }

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

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

background-color css

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

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

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

border-color css

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

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

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