Html Css Color HEX #EFD754 Portica

📋 copy color: '#EFD754'

red 239 ◦ green 215 ◦ blue 84

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

Shades of Portica #EFD754

Tints of Portica #EFD754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.96%

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

R = 44.42%
G = 39.96%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFD754 (or 0xEFD754) is known color: Portica. HEX triplet: EF, D7 and 54. RGB value is (239,215,84). Sum of RGB (Red+Green+Blue) = 239+215+84=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD754 is #1028AB. Grayscale: #CFCFCF. Windows color (decimal): -1058988 or 5560303. OLE color: 5560303.

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

Color convert

RGB 239 215 84 -
CMYK 0 0.10 0.65 0.06
HSL 50.71º 0.83% 0.63% -
HSV(B) 50.71º 0.65% 0.94% -
XYZ 61.5 67.59 18.19 -
YUV 207.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 239 215 84 0 0.10 0.65 0.06 50.71 0.83 0.63
Hex EF D7 54 0 A 41 6 33 53 3F
Octal 357 327 124 0 12 101 6 63 123 77
Binary 11101111 11010111 1010100 0 1010 1000001 110 110011 1010011 111111

Color Harmonies of #EFD754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD754

Black with #EFD754

Text Example


Text Example

White with #EFD754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD754; }

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

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

background-color css

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

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

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

border-color css

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

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

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