Html Css Color HEX #EFD053 Portica

📋 copy color: '#EFD053'

red 239 ◦ green 208 ◦ blue 83

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

Shades of Portica #EFD053

Tints of Portica #EFD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.25%

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

R = 45.09%
G = 39.25%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD053 (or 0xEFD053) is known color: Portica. HEX triplet: EF, D0 and 53. RGB value is (239,208,83). Sum of RGB (Red+Green+Blue) = 239+208+83=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD053 is #102FAC. Grayscale: #CBCBCB. Windows color (decimal): -1060781 or 5492975. OLE color: 5492975.

HSL color Cylindrical-coordinate representation of color #EFD053: hue angle of 48.08º 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 #EFD053 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 83 -
CMYK 0 0.13 0.65 0.06
HSL 48.08º 0.83% 0.63% -
HSV(B) 48.08º 0.65% 0.94% -
XYZ 59.71 64.09 17.41 -
YUV 203.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 239 208 83 0 0.13 0.65 0.06 48.08 0.83 0.63
Hex EF D0 53 0 D 41 6 30 53 3F
Octal 357 320 123 0 15 101 6 60 123 77
Binary 11101111 11010000 1010011 0 1101 1000001 110 110000 1010011 111111

Color Harmonies of #EFD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD053

Black with #EFD053

Text Example


Text Example

White with #EFD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD053; }

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

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

background-color css

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

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

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

border-color css

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

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

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