Html Css Color HEX #EFDA53 Portica

📋 copy color: '#EFDA53'

red 239 ◦ green 218 ◦ blue 83

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

Shades of Portica #EFDA53

Tints of Portica #EFDA53

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.37%

 BLUE value IS 83 (32.81% from 255) = 15.37%

R = 44.26%
G = 40.37%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFDA53 (or 0xEFDA53) is known color: Portica. HEX triplet: EF, DA and 53. RGB value is (239,218,83). Sum of RGB (Red+Green+Blue) = 239+218+83=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA53 is #1025AC. Grayscale: #D1D1D1. Windows color (decimal): -1058221 or 5495535. OLE color: 5495535.

HSL color Cylindrical-coordinate representation of color #EFDA53: hue angle of 51.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFDA53 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 83 -
CMYK 0 0.09 0.65 0.06
HSL 51.92º 0.83% 0.63% -
HSV(B) 51.92º 0.65% 0.94% -
XYZ 62.23 69.12 18.24 -
YUV 208.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 239 218 83 0 0.09 0.65 0.06 51.92 0.83 0.63
Hex EF DA 53 0 9 41 6 34 53 3F
Octal 357 332 123 0 11 101 6 64 123 77
Binary 11101111 11011010 1010011 0 1001 1000001 110 110100 1010011 111111

Color Harmonies of #EFDA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA53

Black with #EFDA53

Text Example


Text Example

White with #EFDA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA53; }

 p { color: rgb(239,218,83); }

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

background-color css

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

 a { background-color: rgb(239,218,83); }

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

border-color css

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

 span { border-color: rgb(239,218,83); }

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