Html Css Color HEX #EFD952 Portica

📋 copy color: '#EFD952'

red 239 ◦ green 217 ◦ blue 82

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

Shades of Portica #EFD952

Tints of Portica #EFD952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 82 (32.42% from 255) = 15.24%

R = 44.42%
G = 40.33%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFD952 (or 0xEFD952) is known color: Portica. HEX triplet: EF, D9 and 52. RGB value is (239,217,82). Sum of RGB (Red+Green+Blue) = 239+217+82=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD952 is #1026AD. Grayscale: #D0D0D0. Windows color (decimal): -1058478 or 5429743. OLE color: 5429743.

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

Color convert

RGB 239 217 82 -
CMYK 0 0.09 0.66 0.06
HSL 51.59º 0.83% 0.63% -
HSV(B) 51.59º 0.66% 0.94% -
XYZ 61.93 68.59 17.96 -
YUV 208.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 239 217 82 0 0.09 0.66 0.06 51.59 0.83 0.63
Hex EF D9 52 0 9 42 6 34 53 3F
Octal 357 331 122 0 11 102 6 64 123 77
Binary 11101111 11011001 1010010 0 1001 1000010 110 110100 1010011 111111

Color Harmonies of #EFD952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD952

Black with #EFD952

Text Example


Text Example

White with #EFD952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD952; }

 p { color: rgb(239,217,82); }

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

background-color css

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

 a { background-color: rgb(239,217,82); }

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

border-color css

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

 span { border-color: rgb(239,217,82); }

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