Html Css Color HEX #EFD554 Portica

📋 copy color: '#EFD554'

red 239 ◦ green 213 ◦ blue 84

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

Shades of Portica #EFD554

Tints of Portica #EFD554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.67%

R = 44.59%
G = 39.74%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD554 (or 0xEFD554) is known color: Portica. HEX triplet: EF, D5 and 54. RGB value is (239,213,84). Sum of RGB (Red+Green+Blue) = 239+213+84=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD554 is #102AAB. Grayscale: #CECECE. Windows color (decimal): -1059500 or 5559791. OLE color: 5559791.

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

Color convert

RGB 239 213 84 -
CMYK 0 0.11 0.65 0.06
HSL 49.94º 0.83% 0.63% -
HSV(B) 49.94º 0.65% 0.94% -
XYZ 60.99 66.58 18.02 -
YUV 206.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 239 213 84 0 0.11 0.65 0.06 49.94 0.83 0.63
Hex EF D5 54 0 B 41 6 32 53 3F
Octal 357 325 124 0 13 101 6 62 123 77
Binary 11101111 11010101 1010100 0 1011 1000001 110 110010 1010011 111111

Color Harmonies of #EFD554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD554

Black with #EFD554

Text Example


Text Example

White with #EFD554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD554; }

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

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

background-color css

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

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

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

border-color css

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

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

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