Html Css Color HEX #EFD552 Portica

📋 copy color: '#EFD552'

red 239 ◦ green 213 ◦ blue 82

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

Shades of Portica #EFD552

Tints of Portica #EFD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.89%

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

R = 44.76%
G = 39.89%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFD552 (or 0xEFD552) is known color: Portica. HEX triplet: EF, D5 and 52. RGB value is (239,213,82). Sum of RGB (Red+Green+Blue) = 239+213+82=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD552 is #102AAD. Grayscale: #CECECE. Windows color (decimal): -1059502 or 5428719. OLE color: 5428719.

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

Color convert

RGB 239 213 82 -
CMYK 0 0.11 0.66 0.06
HSL 50.06º 0.83% 0.63% -
HSV(B) 50.06º 0.66% 0.94% -
XYZ 60.91 66.55 17.62 -
YUV 205.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 239 213 82 0 0.11 0.66 0.06 50.06 0.83 0.63
Hex EF D5 52 0 B 42 6 32 53 3F
Octal 357 325 122 0 13 102 6 62 123 77
Binary 11101111 11010101 1010010 0 1011 1000010 110 110010 1010011 111111

Color Harmonies of #EFD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD552

Black with #EFD552

Text Example


Text Example

White with #EFD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD552; }

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

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

background-color css

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

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

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

border-color css

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

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

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