Html Css Color HEX #EFD55A Portica

📋 copy color: '#EFD55A'

red 239 ◦ green 213 ◦ blue 90

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

Shades of Portica #EFD55A

Tints of Portica #EFD55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 44.1%
G = 39.3%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFD55A (or 0xEFD55A) is known color: Portica. HEX triplet: EF, D5 and 5A. RGB value is (239,213,90). Sum of RGB (Red+Green+Blue) = 239+213+90=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD55A is #102AA5. Grayscale: #CFCFCF. Windows color (decimal): -1059494 or 5953007. OLE color: 5953007.

HSL color Cylindrical-coordinate representation of color #EFD55A: hue angle of 49.53º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFD55A is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 90 -
CMYK 0 0.11 0.62 0.06
HSL 49.53º 0.82% 0.65% -
HSV(B) 49.53º 0.62% 0.94% -
XYZ 61.24 66.68 19.32 -
YUV 206.75 62.11 151 -
System Red Green Blue C M Y K H S L
Decimal 239 213 90 0 0.11 0.62 0.06 49.53 0.82 0.65
Hex EF D5 5A 0 B 3E 6 32 52 41
Octal 357 325 132 0 13 76 6 62 122 101
Binary 11101111 11010101 1011010 0 1011 111110 110 110010 1010010 1000001

Color Harmonies of #EFD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD55A

Black with #EFD55A

Text Example


Text Example

White with #EFD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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